From: Jeffrey C Honig Date: Mon, 20 Aug 2007 16:30:43 +0000 (+0000) Subject: * mh-mime.el (message-options-set): Add missing autoloads from my X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17307 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=27281b0ee8bef3ef65405f5dbf56bfdfd7b01edd;p=emacs.git * mh-mime.el (message-options-set): Add missing autoloads from my last change. --- diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el index ffe558d1a62..f67220eaaf2 100644 --- a/lisp/mh-e/mh-mime.el +++ b/lisp/mh-e/mh-mime.el @@ -60,7 +60,10 @@ (autoload 'mail-decode-encoded-word-string "mail-parse") (autoload 'mail-header-parse-content-type "mail-parse") (autoload 'mail-header-strip "mail-parse") +(autoload 'message-options-get "message") +(autoload 'message-options-set "message") (autoload 'message-options-set-recipient "message") +(autoload 'mh-alias-expand "mh-alias") (autoload 'mm-decode-body "mm-bodies") (autoload 'mm-uu-dissect "mm-uu") (autoload 'mml-unsecure-message "mml-sec")